submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 12 Dec 2021 11:04:30 +0000 (11:04 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 12 Dec 2021 11:04:30 +0000 (11:04 +0000)
commitd07212837faecab0abfef31c59df05dd7af2b4de
tree5c9aa7249f77e3276f4120c1f4a19e92b227a5b7
parentf815955d18bdc832f2d190ea7cb41ad82af035c5
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]